home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / sudoers < prev    next >
Text File  |  2006-01-20  |  2KB  |  56 lines

  1. # sudoers file.
  2. #
  3. # This file MUST be edited with the 'visudo' command as root.
  4. #
  5. # See the sudoers man page for the details on how to write a sudoers file.
  6. #
  7.  
  8. # Host alias specification
  9.  
  10. # User alias specification
  11.  
  12. # Cmnd alias specification
  13.  
  14. # Defaults specification
  15.  
  16. # Reset environment by default
  17. Defaults    env_reset
  18.  
  19. # Uncomment to allow users in group wheel to export variables
  20. # Defaults:%wheel    !env_reset
  21.  
  22. # Allow users in group users to export specific variables
  23. # Defaults:%users    env_keep=TZ
  24.  
  25. # Allow specific user to bypass env_delete for TERMCAP
  26. # Defaults:user     env_delete-=TERMCAP
  27.  
  28. # Set default EDITOR to vi, and do not allow visudo to use EDITOR/VISUAL.
  29. # Defaults    editor=/usr/bin/vim, !env_editor
  30.  
  31. # Runas alias specification
  32.  
  33. # *** REMEMBER ***************************************************
  34. # * GIVING SUDO ACCESS TO USERS ALLOWS THEM TO RUN THE SPECIFIED *
  35. # * COMMANDS WITH ELEVATED PRIVILEGES.                           *
  36. # *                                                              *
  37. # * NEVER PERMIT UNTRUSTED USERS TO ACCESS SUDO.                 *
  38. # ****************************************************************
  39.  
  40. # User privilege specification
  41. root    ALL=(ALL) ALL
  42.  
  43. # Uncomment to allow people in group wheel to run all commands
  44. # %wheel    ALL=(ALL)    ALL
  45.  
  46. # Same thing without a password
  47. # %wheel    ALL=(ALL)    NOPASSWD: ALL
  48.  
  49. # Users in group www are allowed to  edit httpd.conf and ftpd.conf
  50. # using sudoedit, or sudo -e, without a password.
  51. # %www        ALL=(ALL)    NOPASSWD: sudoedit /etc/httpd.conf, /etc/ftpd.conf
  52.  
  53. # Samples
  54. # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
  55. # %users  localhost=/sbin/shutdown -h now
  56.